home *** CD-ROM | disk | FTP | other *** search
/ AEMail 2.40 / AEMail v2.40.iso / arexx / sendmsg.readme < prev    next >
Text File  |  2000-03-11  |  2KB  |  37 lines

  1. sendmsg.readme
  2.  
  3. THIS SCRIPT WILL RUN ON BOTH REGISTERED AND UNREGISTERED COPIES OF AEMAIL
  4.  
  5. This script is a small, simple script used to compose a message to a person
  6. whose email address is embedded in a message.
  7.  
  8.  
  9.                              HOW TO IMPLEMENT
  10.                              ----------------
  11.  
  12. You need to bind this script to a function key for it to work properly.
  13. Call up the ARexx page of your Configuration screen in AEMail.  Select the
  14. function key you want to bind this script to.  Enter the script name (full
  15. path name) in the string gadget.  Be sure you have AREXX selected in the
  16. cycle gadget.  You can use the file folder glyph to call up the file
  17. requester to locate the script.  Then save the configuration.
  18.  
  19. An alternate method is to assign this script to the Email Addr exit.
  20.  
  21.                                 HOW TO USE
  22.                                 ----------
  23.  
  24. When you receive a message with an embedded email address just double click
  25. on the line containing the email address.  The email address will appear in
  26. the Clip window.  Now hit the function key that you bound the sendmsg.aem
  27. script to or select the menu item assigned to this script and the compose
  28. screen in AEMail will be called up to enter a new message.
  29.  
  30. If you assign the script to the Email Addr event exit, the clip window will
  31. not be brought up, but the compose window in AEMail will be called
  32. immediately.  The captured email address will be assigned to the TO:
  33. address.
  34.  
  35. You do not have to be connected to your Internet provider for this script
  36. to work.
  37.